home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / HyperCard Related / APDA HyperCard Toolkits / HyperCard Video Toolkit 2.0 / HVT #1 / Notebook / background_2634.txt < prev    next >
Encoding:
Text File  |  1995-02-07  |  1.2 KB  |  65 lines

  1. -- background: 2634 from stack: in
  2. -- bmap block id: 9928
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 6 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=17 top=289 right=335 bottom=66
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 32670 / 32670
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Scan
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   show all cards
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 7 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=453 top=288 right=337 bottom=498
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 6720 / 6720
  33. -- text alignment: 1
  34. -- font id: 3
  35. -- text size: 9
  36. -- style flags: 0
  37. -- line height: 12
  38. -- part name: Return
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect iris close
  42.   pop card
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 11 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=421 top=288 right=337 bottom=453
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 11045 / 11045
  53. -- text alignment: 1
  54. -- font id: 3
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Home
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   visual effect iris close
  62.   go "home"
  63. end mouseUp
  64.  
  65.